home *** CD-ROM | disk | FTP | other *** search
- light("omni")
- {
- pass()
- {
- tmu()
- {
- texgen("dynlight2d")
- texture()
- {
- image("dynlight2d.png")
- addressfunc("clamp", "clamp", "clamp")
- filtering("linear_no_mip")
- }
- colorop("mul", "texture", "tfactor", "current")
- }
-
- tmu()
- {
- texgen("dynlight1d")
- texture()
- {
- image("dynlight1d.png")
- addressfunc("clamp", "clamp", "clamp")
- filtering("linear_no_mip")
- }
- colorop("mul", "texture", "current", "current")
- }
- tmu()
- {
- Texture()
- {
- Mapchannel(0)
- Image(TEXTURE1)
- !include(TEX1OPTIONSFILE)
- }
- colorop("mul", "texture", "current", "current")
- alphaop("arg2", "texture", "tfactor", "current")
- }
-
-
- tfactor(1,1,1,0)
- colorgen("tfactor", "user", 0,0,0, "none", 0,0,0)
-
- blendfunc("one", "one")
- depthfunc("lequal", 0)
-
- blackfog()
- }
- }
-
-